-
Re: Determine whether a font file is OpenType format or TrueType format
For Wakamai Fondue I check for the presence of a glyf table to call it a TrueType font, and if it's not there I call it an OpenType/CFF font. The comment above that code says "TODO: is this over…1 -
Re: Watermarking Fonts - Which Metadata Table is Best?
Thing is, if you release this plug-in to the public, people can see how it works and write a little scrubber tool that removes data encoded in that particular way 🙀1 -
Re: Font Naming and Google Chrome
I don't have a solution, but maybe Type-X can be a good work-around?1 -
Re: Graffiti inspired typeface project
Nice pichação vibe! Make it a variable font with a RDBL axis that tweaks the readability ;-)2 -
Re: Colored icon fonts?
If you just want to convert a bunch of SVG images to a color font, without needing to do work in a font editor, there are some command line tools that'll do just that for you: https://github.com/adob…3